buffer output meaning in English
缓冲区输出
Examples
- Sends all currently buffered output to the client
向客户端发送当前所有缓冲的输出。 - Sends all buffered output to the http output stream
将所有缓冲处理的输出发送到http输出流。 - The fflush ( ) function writes all buffered output to an open file
函数的作用是:将所有的缓冲结果写入一个文件中。 - Sends all buffered output to the http output stream and closes the socket connection
将所有缓冲处理的输出发送到http输出流并关闭套接字连接。 - Sends all currently buffered output to the client , stops execution of the page , and raises the
将当前所有缓冲的输出发送到客户端,停止该页的执行,并引发